Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convergence of a real function #1396

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

affeldt-aist
Copy link
Member

  • equivalence with convergent sequences
Motivation for this change
Checklist
  • added corresponding entries in CHANGELOG_UNRELEASED.md
  • added corresponding documentation in the headers

Reference: How to document

Reminder to reviewers

@affeldt-aist affeldt-aist added the enhancement ✨ This issue/PR is about adding new features enhancing the library label Nov 14, 2024
@affeldt-aist affeldt-aist added this to the 1.7.0 milestone Nov 14, 2024
@affeldt-aist affeldt-aist modified the milestones: 1.7.0, 1.8.0 Nov 22, 2024
- equivalence with convergent sequences

Co-authored-by: IshiguroYoshihiro <[email protected]>
@@ -221,6 +219,38 @@ apply: cvg_at_right_left_dnbhs.
- by apply/cvg_at_leftP => u [pu ?]; apply: pfl; split => // n; rewrite lt_eqF.
Unshelve. all: end_near. Qed.

Lemma cvgr_nbhsP f p l : f x @[x --> p] --> l <->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to have this for any metric space (or indeed any first-countable space). But it's fine to have the specialized version for now if it's useful. We can always go back and generalize later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ This issue/PR is about adding new features enhancing the library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants